Traducción al español será siempre la mayor brevedad

outputDeclaration


The outputDeclaration component causes a DOCTYPE declaration to be placed at the beginning of the output document.
     

Example of an outputDeclaration

The following example shows how use an outputDeclaration component in the head section of your page:

<ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN"
 doctypeSystem="http://www.w3.org/TR/html4/loose.dtd" />

will result in the following markup being inserted at the beginning of the document:

    <!DOCCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
Tag Summary

tag-name:
<ice:outputDeclaration>
tag-class:
com.icesoft.faces.component.outputdeclaration.OutputDeclarationTag
component-class:
com.icesoft.faces.component.style.OutputDeclaration
component-type:
com.icesoft.faces.OutputStyleComp
component-family:
com.icesoft.faces.OutputStyle
renderer-class:
com.icesoft.faces.component.style.OutputDeclarationRenderer
renderer-type:
com.icesoft.faces.style.OutputDeclarationRenderer